vcStatisticsSeries

vcStatisticsSeries is object for source of data reported in a chart.

See in: Overview

Module: vcCore

Parent: vcObject

Children -

Referenced by: vcStatisticsChart.createSeries()

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
ColorslistRWGets or sets the colors of series as a list of vcVector.
See more
For example, data collected from different components should be color - coded to differentiate their data in chart.

Exceptions:
ValueError: When the list contains an invalid value.
ComponentslistRWGets or sets the components the series collects data from during a simulation. In order to collect data, a listed component must have Property.";

Exceptions:
ValueError: When the list contains an invalid value.
ExpressionStringRGets the expression of the series.
NameStringRWGets or sets the name of series.
ParentChartvcStatisticsChartRGets the parent chart of series.
PropertyvcPropertyRWGets or sets the reported item (source) of series.
SourceslistRGets a list of sources for series data.
See more
This information includes the reported item (vcProperty) and its component.

Each element in the list is a list that contains these elements: vcProperty property, String expression, vcComponent component, vcVector color, Double thickness.
ThicknesslistRWGets or sets the display thickness of series as a list of Double values.
See more
For example the line thickness of data collected from different components.";

Exceptions:
ValueError: When the list contains invalid value.

Methods

Learn how to use methods here. The methods are also inherited from the parent class.

NameReturn TypeParametersDescription
deleteNoneNoneDeletes this series object.